-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate rapidjson into ci #187
Conversation
@@ -131,4 +131,7 @@ wget -O gcovr-3.3.tar.gz https://github.com/gcovr/gcovr/archive/3.3.tar.gz | |||
tar xf gcovr-3.3.tar.gz | |||
rm gcovr-3.3.tar.gz | |||
|
|||
|
|||
# rapidjson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move before test dependencies
|
||
# https://github.com/miloyip/rapidjson | ||
# Last tested with 1.1.0 | ||
set(ENVOY_RAPIDJSON_INCLUDE_DIR "" CACHE FILEPATH "location of rapidjson includes") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move before test dependencies
@lyft/network-team |
@@ -50,6 +50,10 @@ set(ENVOY_LIGHTSTEP_TRACER_INCLUDE_DIR "" CACHE FILEPATH "location of lighstep t | |||
# Extra linker flags required to properly link envoy with all of the above libraries. | |||
set(ENVOY_EXE_EXTRA_LINKER_FLAGS "" CACHE STRING "envoy extra linker flags") | |||
|
|||
# https://github.com/miloyip/rapidjson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can you group code dependency in one place? (just place this before extra linker flags)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved it up.
lgtm, one small comment |
* Fix memory leak in TCP Signed-off-by: gargnupur <[email protected]> * fix lint Signed-off-by: gargnupur <[email protected]>
Signed-off-by: Piotr Sikora <[email protected]>
…ubsets zh-translation: /intro/arch_overview/upstream/load_balancing/subsets.rst
Signed-off-by: Jose Nino [email protected] Description: add spelling pre-commit hook. Note that I did not go with the tools in upstream because they are more entrenched in the organization of the upstream project. This suffices for now. Also note that none of the solutions (this one, or the ones upstream -- misspell, aspell) are 100% great; meaning that let through a significant amount of misspellings. For instance, enfornced was not caught by any of the solutions. Risk Level: low -- new pre-commit hook. Testing: ran locally. Signed-off-by: JP Simard <[email protected]>
Signed-off-by: Jose Nino [email protected] Description: add spelling pre-commit hook. Note that I did not go with the tools in upstream because they are more entrenched in the organization of the upstream project. This suffices for now. Also note that none of the solutions (this one, or the ones upstream -- misspell, aspell) are 100% great; meaning that let through a significant amount of misspellings. For instance, enfornced was not caught by any of the solutions. Risk Level: low -- new pre-commit hook. Testing: ran locally. Signed-off-by: JP Simard <[email protected]>
No description provided.